ServiceAddNewImContactToGroup Method (ItemId, String, String) |
Adds the new im contact to group.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic PersonaInfoResponse AddNewImContactToGroup(
ItemId groupId,
string imAddress,
string displayName
)
Public Function AddNewImContactToGroup (
groupId As ItemId,
imAddress As String,
displayName As String
) As PersonaInfoResponse
Parameters
- groupId
- Type: Independentsoft.ExchangeItemId
The group identifier. - imAddress
- Type: SystemString
The im address. - displayName
- Type: SystemString
The display name.
Return Value
Type:
PersonaInfoResponsePersonaInfoResponse.
See Also